GroupState enumeration
The state of an axis group.
Namespace: IntervalZero.KINGSTAR.Base
Assembly: IntervalZero.KINGSTAR.Base (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
public enum GroupState
Public Enum GroupState
Members
Member name | Value | Description |
---|---|---|
groupErrorStop | 2 | There is a motion error on the group. |
groupDisabled | 3 | The group is powered off. |
groupLocked | 4 | The group is locked in the GroupStopping state. |
groupStandStill | 5 | The group is in the GroupStandStill state. |
groupHoming | 6 | The group is homing. |
groupMoving | 7 | The group is moving. |
See also